home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 July: Mac OS SDK / Dev.CD Jul 00 SDK2.toast / Development Kits / Cross Platform / QuickTime 4.1.2 Windows SDK / CIncludes / CMComponent.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-04-12  |  826 b   |  40 lines  |  [TEXT/R*ch]

  1. /*
  2.      File:        CMComponent.h
  3.  
  4.      Contains:    ColorSync CMM Component API
  5.  
  6.      Version:    Technology:    ColorSync 2.0
  7.                  Release:    QuickTime 4.1
  8.  
  9.      Copyright:    (c) 1993-1999 by Apple Computer, Inc., all rights reserved.
  10.  
  11.      Bugs?:        For bug reports, consult the following page on
  12.                  the World Wide Web:
  13.  
  14.                      http://developer.apple.com/bugreporter/
  15.  
  16. */
  17. #ifndef __CMCOMPONENT__
  18. #define __CMCOMPONENT__
  19.  
  20. /* 
  21.     This file has been included to allow older source code 
  22.     to #include <CMComponent.h>.  Please update your source
  23.     code to directly #include <CMMComponent.h>
  24.       and             #include <CMPRComponent.h>
  25.  
  26. */
  27. /* #include the two ColorSync 2.0 files equivalent to the v. 1.0 file */
  28. #ifndef __CMMCOMPONENT__
  29.     #include <CMMComponent.h>
  30. #endif
  31.  
  32. #ifndef __CMPRCOMPONENT__
  33.     #include <CMPRComponent.h>
  34. #endif
  35.  
  36.  
  37.  
  38. #endif /* __CMCOMPONENT__ */
  39.  
  40.